home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / ASM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  189 b   |  10 lines

  1. #ifndef _ASM_
  2. #define _ASM_
  3.  
  4. void copyBuff(void);
  5. void clearBuff(void);
  6. extern "C" void Render_Sliver_asm(void);
  7. extern "C" void Render_Floor_asm(void);
  8.  
  9. #endif                  
  10.